Skip to content

Commit

Permalink
Fix the binary install location. (#74)
Browse files Browse the repository at this point in the history
The previous one was wrong.  With this fix in place,
'ros2 run urdfdom_py display_urdf' now works.

Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored Jan 27, 2022
1 parent db5971c commit 642eb07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[develop]
script_dir=$base/share/urdfdom_py/scripts
script_dir=$base/lib/urdfdom_py
[install]
install_scripts=$base/share/urdfdom_py/scripts
install_scripts=$base/lib/urdfdom_py

0 comments on commit 642eb07

Please sign in to comment.