Skip to content

Commit

Permalink
Rename all occurrence
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Oct 3, 2024
1 parent 3c1075e commit b589e1b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The robot can be operated at 3 scales of speed depending on pressed buttons. It'
- `regular` *(float, default: 0.5)*
- `slow` *(float, default: 0.2)*

The node can be configured using parameters described below to work with robots equipped with an E-stop interface. An example configuration for a robot with an E-stop interface can be found in [panther config file](./joy2twist/config/joy2twist_panther.yaml).
The node can be configured using parameters described below to work with robots equipped with an E-stop interface. An example configuration for a robot with an E-stop interface can be found in [panther config file](./joy2twist/config/joy2twist_ugv.yaml).

- `~e_stop/present` *(bool, default: false)*
- `~e_stop/topic` *(string, default: e_stop)*
Expand Down
4 changes: 2 additions & 2 deletions demo/single_robot/compose.panther.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
devices:
- /dev/input/js0
volumes:
- ./../../joy2twist/config/joy2twist_panther.yaml:/joy2twist_panther.yaml
- ./../../joy2twist/config/joy2twist_ugv.yaml:/joy2twist_ugv.yaml
command: >
ros2 launch joy2twist gamepad_controller.launch.py
joy2twist_params_file:=/joy2twist_panther.yaml
joy2twist_params_file:=/joy2twist_ugv.yaml
1 change: 0 additions & 1 deletion joy2twist/launch/gamepad_controller.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def generate_launch_description():
joy_linux_node = Node(
package="joy_linux",
executable="joy_linux_node",
# output={"stdout": "screen", "stderr": "screen"},
emulate_tty="true",
namespace=namespace,
remappings=[("/diagnostics", "diagnostics")],
Expand Down
1 change: 0 additions & 1 deletion joy2twist/launch/joy2twist.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def generate_launch_description():
package="joy2twist",
executable="joy2twist",
parameters=[LaunchConfiguration("joy2twist_params_file")],
# output={"stdout": "screen", "stderr": "screen"},
emulate_tty="true",
namespace=namespace,
)
Expand Down

0 comments on commit b589e1b

Please sign in to comment.