ds_dbw_joystick_demo package from dbw_ros repods_dbw ds_dbw_can ds_dbw_joystick_demo ds_dbw_msgs |
|
Package Summary
Tags | No category tags. |
Version | 2.3.0 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://bitbucket.org/dataspeedinc/dbw_ros.git |
VCS Type | git |
VCS Version | ros2 |
Last Updated | 2024-11-12 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Kevin Hallenbeck
Authors
- Micho Radovnikovich
ds_dbw_joystick_demo
ROS2 interface to Dataspeed drive-by-wire platforms
Launch the drive-by-wire and the demo
ros2 launch ds_dbw_joystick_demo joystick_demo.launch.xml sys:=true
Launch the drive-by-wire and the demo and only send brake commands
ros2 launch ds_dbw_joystick_demo joystick_demo.launch.xml sys:=true steer:=false brake:=true thrtl:=false shift:=false misc:=false
Launch the drive-by-wire and the demo and specify all steer options
ros2 launch ds_dbw_joystick_demo joystick_demo.launch.xml sys:=true steer_cmd_type:=angle steer_max:=500.0 steer_rate:=0.0 steer_accel:=0.0
Launch the drive-by-wire and the demo and specify all brake options
ros2 launch ds_dbw_joystick_demo joystick_demo.launch.xml sys:=true brake_cmd_type:=pressure brake_min:=0.0 brake_max:=80.0 brake_inc:=0.0 brake_dec:=0.0
ros2 launch ds_dbw_joystick_demo joystick_demo.launch.xml sys:=true brake_cmd_type:=accel brake_min:=0.1 brake_max:=-8.0 brake_inc:=0.0 brake_dec:=0.0
Launch the drive-by-wire and the demo and specify all throttle options
ros2 launch ds_dbw_joystick_demo joystick_demo.launch.xml sys:=true thrtl_cmd_type:=percent thrtl_min:=0.0 thrtl_max:=100.0 thrtl_inc:=0.0 thrtl_dec:=0.0
Parameters
-
steer
Send steer commands. Defaulttrue
-
steer_cmd_type
Steer command type. Defaultpercent
. Options:torque
angle
curvature
yaw_rate
percent
-
steer_max
Steer command scale factor applied to joystick axis. Default100.0
% (changes with the value ofsteer_cmd_type
) -
steer_rate
Steer command rate limit in deg/s. Default0.0
(firmware selects default value) -
steer_accel
Steer command acceleration limit in deg/s^2. Default0.0
(firmware selects default value) -
brake
Send brake commands. Defaulttrue
-
brake_cmd_type
Brake command type. Defaultpercent
. Options:pressure
torque
accel
accel_acc
accel_aeb
pedal_raw
percent
-
brake_max
Brake command scale factor applied to joystick axis (withbrake_min
). Default80.0
% (changes with the value ofbrake_cmd_type
) -
brake_min
Brake command scale factor applied to joystick axis (withbrake_max
). Default0.0
% (changes with the value ofbrake_cmd_type
) -
brake_inc
Brake command rate limit for increase. Default0.0
(firmware selects default value) (units change with the value ofbrake_cmd_type
) -
brake_dec
Brake command rate limit for decrease. Default0.0
(firmware selects default value) (units change with the value ofbrake_cmd_type
) -
thrtl
Send throttle commands. Defaulttrue
-
thrtl_cmd_type
Throttle command type. Defaultpercent
. Options:pedal_raw
percent
-
thrtl_max
Throttle command scale factor applied to joystick axis (withthrtl_min
). Default100.0
% (changes with the value ofthrtl_cmd_type
) -
thrtl_min
Throttle command scale factor applied to joystick axis (withthrtl_max
). Default0.0
% (changes with the value ofthrtl_cmd_type
) -
thrtl_inc
Throttle command rate limit for increase. Default0.0
%/s (firmware selects default value) -
thrtl_dec
Throttle command rate limit for decrease. Default0.0
%/s (firmware selects default value) -
shift
Send gear shift commands. Defaulttrue
-
misc
Send misc commands (turn-signal and others). Defaulttrue
Controls
Logitech F310 Gamepad controls:
- Disable
- Left Bumper
- Enable
- Right Bumper
- Brakes
- Left Trigger
- Throttle
- Right Trigger
- Steering
- Left/right of either joystick axis
- Hold back or start to get full steering range, otherwise half
- Turn Signals
- Left/Right D-Pad toggle on/off
Changelog for package ds_dbw_joystick_demo
2.3.0 (2024-11-12)
- Remove deprecated turn signal from MiscReport and MiscCmd
- Contributors: Kevin Hallenbeck
2.2.3 (2024-09-30)
2.2.2 (2024-09-09)
2.2.1 (2024-08-12)
2.2.0 (2024-07-17)
- Separate turn signal messages with diagnostics Keep functionality in misc cmd/report for a while to ease the transition
- Contributors: Kevin Hallenbeck
2.1.16 (2024-06-17)
2.1.15 (2024-06-07)
2.1.14 (2024-05-29)
2.1.13 (2024-05-13)
2.1.12 (2024-04-01)
2.1.11 (2024-03-05)
- Use system enable/disable buttons when mode-sync is inactive
- Contributors: Kevin Hallenbeck
2.1.10 (2024-02-27)
- Add missing rclcpp_components dependency to package.xml
- Contributors: Kevin Hallenbeck
2.1.9 (2024-02-23)
2.1.8 (2024-02-20)
2.1.7 (2024-02-12)
- Add more documentation for DBW2 game-controller joystick-demo
- Steering wheel angle as degrees instead of radians
- Contributors: Kevin Hallenbeck
2.1.6 (2024-01-16)
- Refactor
- Fix joy device_id
- Contributors: Kevin Hallenbeck
2.1.5 (2024-01-03)
2.1.4 (2023-12-13)
- Single package for all platforms with new DBW2 CAN API
- Contributors: Kevin Hallenbeck
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
ds_dbw |
Launch files
- launch/joystick_demo.launch.xml
-
- sys [default: false]
- dataspeed_can [default: true]
- socketcan [default: false]
- socketcan_dev [default: can0]
- buttons [default: true]
- enable [default: true]
- ignore [default: false]
- steer [default: true]
- brake [default: true]
- thrtl [default: true]
- shift [default: true]
- misc [default: true]
- steer_cmd_type [default: ]
- brake_cmd_type [default: ]
- thrtl_cmd_type [default: ]
- steer_max [default: ]
- brake_min [default: ]
- brake_max [default: ]
- thrtl_min [default: ]
- thrtl_max [default: ]
- steer_rate [default: 0.0]
- steer_accel [default: 0.0]
- brake_inc [default: 0.0]
- brake_dec [default: 0.0]
- thrtl_inc [default: 0.0]
- thrtl_dec [default: 0.0]
- device_id [default: 0]
Messages
Services
Plugins
Recent questions tagged ds_dbw_joystick_demo at Robotics Stack Exchange
ds_dbw_joystick_demo package from dbw_ros repods_dbw ds_dbw_can ds_dbw_joystick_demo ds_dbw_msgs |
|
Package Summary
Tags | No category tags. |
Version | 2.3.0 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://bitbucket.org/dataspeedinc/dbw_ros.git |
VCS Type | git |
VCS Version | ros2 |
Last Updated | 2024-11-12 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Kevin Hallenbeck
Authors
- Micho Radovnikovich
ds_dbw_joystick_demo
ROS2 interface to Dataspeed drive-by-wire platforms
Launch the drive-by-wire and the demo
ros2 launch ds_dbw_joystick_demo joystick_demo.launch.xml sys:=true
Launch the drive-by-wire and the demo and only send brake commands
ros2 launch ds_dbw_joystick_demo joystick_demo.launch.xml sys:=true steer:=false brake:=true thrtl:=false shift:=false misc:=false
Launch the drive-by-wire and the demo and specify all steer options
ros2 launch ds_dbw_joystick_demo joystick_demo.launch.xml sys:=true steer_cmd_type:=angle steer_max:=500.0 steer_rate:=0.0 steer_accel:=0.0
Launch the drive-by-wire and the demo and specify all brake options
ros2 launch ds_dbw_joystick_demo joystick_demo.launch.xml sys:=true brake_cmd_type:=pressure brake_min:=0.0 brake_max:=80.0 brake_inc:=0.0 brake_dec:=0.0
ros2 launch ds_dbw_joystick_demo joystick_demo.launch.xml sys:=true brake_cmd_type:=accel brake_min:=0.1 brake_max:=-8.0 brake_inc:=0.0 brake_dec:=0.0
Launch the drive-by-wire and the demo and specify all throttle options
ros2 launch ds_dbw_joystick_demo joystick_demo.launch.xml sys:=true thrtl_cmd_type:=percent thrtl_min:=0.0 thrtl_max:=100.0 thrtl_inc:=0.0 thrtl_dec:=0.0
Parameters
-
steer
Send steer commands. Defaulttrue
-
steer_cmd_type
Steer command type. Defaultpercent
. Options:torque
angle
curvature
yaw_rate
percent
-
steer_max
Steer command scale factor applied to joystick axis. Default100.0
% (changes with the value ofsteer_cmd_type
) -
steer_rate
Steer command rate limit in deg/s. Default0.0
(firmware selects default value) -
steer_accel
Steer command acceleration limit in deg/s^2. Default0.0
(firmware selects default value) -
brake
Send brake commands. Defaulttrue
-
brake_cmd_type
Brake command type. Defaultpercent
. Options:pressure
torque
accel
accel_acc
accel_aeb
pedal_raw
percent
-
brake_max
Brake command scale factor applied to joystick axis (withbrake_min
). Default80.0
% (changes with the value ofbrake_cmd_type
) -
brake_min
Brake command scale factor applied to joystick axis (withbrake_max
). Default0.0
% (changes with the value ofbrake_cmd_type
) -
brake_inc
Brake command rate limit for increase. Default0.0
(firmware selects default value) (units change with the value ofbrake_cmd_type
) -
brake_dec
Brake command rate limit for decrease. Default0.0
(firmware selects default value) (units change with the value ofbrake_cmd_type
) -
thrtl
Send throttle commands. Defaulttrue
-
thrtl_cmd_type
Throttle command type. Defaultpercent
. Options:pedal_raw
percent
-
thrtl_max
Throttle command scale factor applied to joystick axis (withthrtl_min
). Default100.0
% (changes with the value ofthrtl_cmd_type
) -
thrtl_min
Throttle command scale factor applied to joystick axis (withthrtl_max
). Default0.0
% (changes with the value ofthrtl_cmd_type
) -
thrtl_inc
Throttle command rate limit for increase. Default0.0
%/s (firmware selects default value) -
thrtl_dec
Throttle command rate limit for decrease. Default0.0
%/s (firmware selects default value) -
shift
Send gear shift commands. Defaulttrue
-
misc
Send misc commands (turn-signal and others). Defaulttrue
Controls
Logitech F310 Gamepad controls:
- Disable
- Left Bumper
- Enable
- Right Bumper
- Brakes
- Left Trigger
- Throttle
- Right Trigger
- Steering
- Left/right of either joystick axis
- Hold back or start to get full steering range, otherwise half
- Turn Signals
- Left/Right D-Pad toggle on/off
Changelog for package ds_dbw_joystick_demo
2.3.0 (2024-11-12)
- Remove deprecated turn signal from MiscReport and MiscCmd
- Contributors: Kevin Hallenbeck
2.2.3 (2024-09-30)
2.2.2 (2024-09-09)
2.2.1 (2024-08-12)
2.2.0 (2024-07-17)
- Separate turn signal messages with diagnostics Keep functionality in misc cmd/report for a while to ease the transition
- Contributors: Kevin Hallenbeck
2.1.16 (2024-06-17)
2.1.15 (2024-06-07)
2.1.14 (2024-05-29)
2.1.13 (2024-05-13)
2.1.12 (2024-04-01)
2.1.11 (2024-03-05)
- Use system enable/disable buttons when mode-sync is inactive
- Contributors: Kevin Hallenbeck
2.1.10 (2024-02-27)
- Add missing rclcpp_components dependency to package.xml
- Contributors: Kevin Hallenbeck
2.1.9 (2024-02-23)
2.1.8 (2024-02-20)
2.1.7 (2024-02-12)
- Add more documentation for DBW2 game-controller joystick-demo
- Steering wheel angle as degrees instead of radians
- Contributors: Kevin Hallenbeck
2.1.6 (2024-01-16)
- Refactor
- Fix joy device_id
- Contributors: Kevin Hallenbeck
2.1.5 (2024-01-03)
2.1.4 (2023-12-13)
- Single package for all platforms with new DBW2 CAN API
- Contributors: Kevin Hallenbeck
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
ds_dbw |
Launch files
- launch/joystick_demo.launch.xml
-
- sys [default: false]
- dataspeed_can [default: true]
- socketcan [default: false]
- socketcan_dev [default: can0]
- buttons [default: true]
- enable [default: true]
- ignore [default: false]
- steer [default: true]
- brake [default: true]
- thrtl [default: true]
- shift [default: true]
- misc [default: true]
- steer_cmd_type [default: ]
- brake_cmd_type [default: ]
- thrtl_cmd_type [default: ]
- steer_max [default: ]
- brake_min [default: ]
- brake_max [default: ]
- thrtl_min [default: ]
- thrtl_max [default: ]
- steer_rate [default: 0.0]
- steer_accel [default: 0.0]
- brake_inc [default: 0.0]
- brake_dec [default: 0.0]
- thrtl_inc [default: 0.0]
- thrtl_dec [default: 0.0]
- device_id [default: 0]
Messages
Services
Plugins
Recent questions tagged ds_dbw_joystick_demo at Robotics Stack Exchange
ds_dbw_joystick_demo package from dbw_ros repods_dbw ds_dbw_can ds_dbw_joystick_demo ds_dbw_msgs |
|
Package Summary
Tags | No category tags. |
Version | 2.3.0 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://bitbucket.org/dataspeedinc/dbw_ros.git |
VCS Type | git |
VCS Version | ros2 |
Last Updated | 2024-11-12 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Kevin Hallenbeck
Authors
- Micho Radovnikovich
ds_dbw_joystick_demo
ROS2 interface to Dataspeed drive-by-wire platforms
Launch the drive-by-wire and the demo
ros2 launch ds_dbw_joystick_demo joystick_demo.launch.xml sys:=true
Launch the drive-by-wire and the demo and only send brake commands
ros2 launch ds_dbw_joystick_demo joystick_demo.launch.xml sys:=true steer:=false brake:=true thrtl:=false shift:=false misc:=false
Launch the drive-by-wire and the demo and specify all steer options
ros2 launch ds_dbw_joystick_demo joystick_demo.launch.xml sys:=true steer_cmd_type:=angle steer_max:=500.0 steer_rate:=0.0 steer_accel:=0.0
Launch the drive-by-wire and the demo and specify all brake options
ros2 launch ds_dbw_joystick_demo joystick_demo.launch.xml sys:=true brake_cmd_type:=pressure brake_min:=0.0 brake_max:=80.0 brake_inc:=0.0 brake_dec:=0.0
ros2 launch ds_dbw_joystick_demo joystick_demo.launch.xml sys:=true brake_cmd_type:=accel brake_min:=0.1 brake_max:=-8.0 brake_inc:=0.0 brake_dec:=0.0
Launch the drive-by-wire and the demo and specify all throttle options
ros2 launch ds_dbw_joystick_demo joystick_demo.launch.xml sys:=true thrtl_cmd_type:=percent thrtl_min:=0.0 thrtl_max:=100.0 thrtl_inc:=0.0 thrtl_dec:=0.0
Parameters
-
steer
Send steer commands. Defaulttrue
-
steer_cmd_type
Steer command type. Defaultpercent
. Options:torque
angle
curvature
yaw_rate
percent
-
steer_max
Steer command scale factor applied to joystick axis. Default100.0
% (changes with the value ofsteer_cmd_type
) -
steer_rate
Steer command rate limit in deg/s. Default0.0
(firmware selects default value) -
steer_accel
Steer command acceleration limit in deg/s^2. Default0.0
(firmware selects default value) -
brake
Send brake commands. Defaulttrue
-
brake_cmd_type
Brake command type. Defaultpercent
. Options:pressure
torque
accel
accel_acc
accel_aeb
pedal_raw
percent
-
brake_max
Brake command scale factor applied to joystick axis (withbrake_min
). Default80.0
% (changes with the value ofbrake_cmd_type
) -
brake_min
Brake command scale factor applied to joystick axis (withbrake_max
). Default0.0
% (changes with the value ofbrake_cmd_type
) -
brake_inc
Brake command rate limit for increase. Default0.0
(firmware selects default value) (units change with the value ofbrake_cmd_type
) -
brake_dec
Brake command rate limit for decrease. Default0.0
(firmware selects default value) (units change with the value ofbrake_cmd_type
) -
thrtl
Send throttle commands. Defaulttrue
-
thrtl_cmd_type
Throttle command type. Defaultpercent
. Options:pedal_raw
percent
-
thrtl_max
Throttle command scale factor applied to joystick axis (withthrtl_min
). Default100.0
% (changes with the value ofthrtl_cmd_type
) -
thrtl_min
Throttle command scale factor applied to joystick axis (withthrtl_max
). Default0.0
% (changes with the value ofthrtl_cmd_type
) -
thrtl_inc
Throttle command rate limit for increase. Default0.0
%/s (firmware selects default value) -
thrtl_dec
Throttle command rate limit for decrease. Default0.0
%/s (firmware selects default value) -
shift
Send gear shift commands. Defaulttrue
-
misc
Send misc commands (turn-signal and others). Defaulttrue
Controls
Logitech F310 Gamepad controls:
- Disable
- Left Bumper
- Enable
- Right Bumper
- Brakes
- Left Trigger
- Throttle
- Right Trigger
- Steering
- Left/right of either joystick axis
- Hold back or start to get full steering range, otherwise half
- Turn Signals
- Left/Right D-Pad toggle on/off
Changelog for package ds_dbw_joystick_demo
2.3.0 (2024-11-12)
- Remove deprecated turn signal from MiscReport and MiscCmd
- Contributors: Kevin Hallenbeck
2.2.3 (2024-09-30)
2.2.2 (2024-09-09)
2.2.1 (2024-08-12)
2.2.0 (2024-07-17)
- Separate turn signal messages with diagnostics Keep functionality in misc cmd/report for a while to ease the transition
- Contributors: Kevin Hallenbeck
2.1.16 (2024-06-17)
2.1.15 (2024-06-07)
2.1.14 (2024-05-29)
2.1.13 (2024-05-13)
2.1.12 (2024-04-01)
2.1.11 (2024-03-05)
- Use system enable/disable buttons when mode-sync is inactive
- Contributors: Kevin Hallenbeck
2.1.10 (2024-02-27)
- Add missing rclcpp_components dependency to package.xml
- Contributors: Kevin Hallenbeck
2.1.9 (2024-02-23)
2.1.8 (2024-02-20)
2.1.7 (2024-02-12)
- Add more documentation for DBW2 game-controller joystick-demo
- Steering wheel angle as degrees instead of radians
- Contributors: Kevin Hallenbeck
2.1.6 (2024-01-16)
- Refactor
- Fix joy device_id
- Contributors: Kevin Hallenbeck
2.1.5 (2024-01-03)
2.1.4 (2023-12-13)
- Single package for all platforms with new DBW2 CAN API
- Contributors: Kevin Hallenbeck
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
ds_dbw |
Launch files
- launch/joystick_demo.launch.xml
-
- sys [default: false]
- dataspeed_can [default: true]
- socketcan [default: false]
- socketcan_dev [default: can0]
- buttons [default: true]
- enable [default: true]
- ignore [default: false]
- steer [default: true]
- brake [default: true]
- thrtl [default: true]
- shift [default: true]
- misc [default: true]
- steer_cmd_type [default: ]
- brake_cmd_type [default: ]
- thrtl_cmd_type [default: ]
- steer_max [default: ]
- brake_min [default: ]
- brake_max [default: ]
- thrtl_min [default: ]
- thrtl_max [default: ]
- steer_rate [default: 0.0]
- steer_accel [default: 0.0]
- brake_inc [default: 0.0]
- brake_dec [default: 0.0]
- thrtl_inc [default: 0.0]
- thrtl_dec [default: 0.0]
- device_id [default: 0]