-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add e-stop handle * update README * update panther compose * remove old comment * Update README.md Co-authored-by: Krzysztof Wojciechowski <[email protected]> * Update joy2twist/src/joy2twist_node.cpp Co-authored-by: Krzysztof Wojciechowski <[email protected]> * Update joy2twist/src/joy2twist_node.cpp Co-authored-by: Krzysztof Wojciechowski <[email protected]> * Update joy2twist/include/joy2twist/joy2twist_node.hpp Co-authored-by: Krzysztof Wojciechowski <[email protected]> * Update joy2twist/src/joy2twist_node.cpp Co-authored-by: Krzysztof Wojciechowski <[email protected]> * review fixes * fix comment --------- Co-authored-by: Krzysztof Wojciechowski <[email protected]>
- Loading branch information
Showing
8 changed files
with
156 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,18 @@ | ||
services: | ||
|
||
joy2twist: | ||
image: husarion/joy2twist:galactic | ||
image: husarion/joy2twist:humble-nightly | ||
restart: unless-stopped | ||
tty: true | ||
network_mode: host | ||
ipc: host | ||
devices: | ||
- /dev/input/js0 | ||
environment: | ||
- ROS_MASTER_URI=http://10.15.20.2:11311 | ||
volumes: | ||
- ../joy2twist/config/joy2twist_panther.yaml:/joy2twist.yaml | ||
command: > | ||
ros2 launch | ||
joy2twist gamepad_controller.launch.py | ||
joy2twist_params_file:=/joy2twist.yaml | ||
bridge: | ||
image: husarion/ros:galactic-ros1-bridge | ||
restart: unless-stopped | ||
network_mode: host | ||
ipc: host | ||
environment: | ||
- ROS_IP=10.15.20.2 | ||
- ROS_MASTER_URI=http://10.15.20.2:11311 | ||
command: > | ||
ros2 run | ||
ros1_bridge dynamic_bridge | ||
bash -c | ||
"ros2 launch | ||
joy2twist gamepad_controller.launch.py | ||
joy2twist_params_file:=$(ros2 pkg prefix joy2twist)/share/joy2twist/config/joy2twist_panther.yaml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters