Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <[email protected]>
  • Loading branch information
delihus committed Sep 11, 2024
1 parent 4a77928 commit 758ec7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ cp -r src/ros2_controllers/diff_drive_controller src
cp -r src/ros2_controllers/imu_sensor_broadcaster src
rm -rf src/ros2_controllers

pip3 install moms_apriltag # used for apriltag generation
sudo rosdep init
rosdep update --rosdistro $ROS_DISTRO
rosdep install --from-paths src -y -i
Expand Down
3 changes: 2 additions & 1 deletion panther_docking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ The package contains a `PantherChargingDock` plugin for the [opennav_docking](ht

## Launch Files

- `docking.launch.py`: Launch a node that creates `docking_server` and run a `PantherChargingDock` plugin.
- `docking.launch.py`: Launch a node that creates `docking_server` and runs a `PantherChargingDock` plugin. Also it launches `station.launch.py`.
- `station.launch.py`: Launch a node that creates a charging station description with defined apriltag.

## Configuration Files

Expand Down

0 comments on commit 758ec7f

Please sign in to comment.