Skip to content

Commit

Permalink
fix typos, updated downstream sys deps install
Browse files Browse the repository at this point in the history
  • Loading branch information
Zolkin1 committed Oct 28, 2024
1 parent 79afa2c commit c256fe2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ sudo evtest /dev/input/eventX
```
where you replace eventX with the correct number. You can see these by looking at `/dev/input/`.
The joystick must be plugged in when the docker container is entered so the input is mounted.
Then you may need to change the permissions for the joystick:
```
sudo chmod 666 /dev/input/eventX
Expand Down
4 changes: 2 additions & 2 deletions obelisk_ws/src/obelisk_ros/config/dummy_cpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ onboard:
topic: /obelisk/dummy/ctrl
history_depth: 10
callback_group: None
# ----- Joystick subscriber ----- #
# ----- Joystick publisher ----- #
- ros_parameter: joystick_feedback_setting
topic: /obelisk/dummy/joy_feedback
subscribers:
- ros_parameter: sub_est_setting
topic: /obelisk/dummy/est
history_depth: 10
# callback_key: sub_callback1
# callback_key: sub_callback1\
callback_group: None
# ----- Joystick subscriber ----- #
- ros_parameter: joystick_sub_setting
Expand Down
3 changes: 2 additions & 1 deletion scripts/install_sys_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ if [ "$basic" = true ]; then
ros-humble-rosidl-default-generators \
ros-humble-rmw-cyclonedds-cpp \
ros-humble-rviz-visual-tools \
ros-humble-foxglove-bridge
ros-humble-foxglove-bridge \
ros-humble-joy # Need to make sure this is version 3.3.0
source /opt/ros/humble/setup.bash

# python deps
Expand Down

0 comments on commit c256fe2

Please sign in to comment.