Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
patates-cipsi418 committed Nov 15, 2024
1 parent 7c26e80 commit a1e4a20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion rove.repos
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repositories:
ros2_robotiq_gripper:
type: git
url: https://github.com/PickNikRobotics/ros2_robotiq_gripper.git
version: main
version: humble
serial:
type: git
url: https://github.com/tylerjw/serial.git
Expand All @@ -39,3 +39,7 @@ repositories:
type: git
url: https://github.com/ros-controls/ros2_control.git
version: humble
insta360_ros2_driver:
type: git
url: https://github.com/clubcapra/insta360_ros2_driver.git
version: main
2 changes: 1 addition & 1 deletion src/rove_navigation/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
description='TODO: Package description',
license='TODO: License declaration',
tests_require=['pytest'],
package_dir={'': 'src'},
package_dir={'': '.'},
entry_points={
'console_scripts': [
'navigate_to_person = rove_navigation.navigate_to_person:main',
Expand Down

0 comments on commit a1e4a20

Please sign in to comment.