warthog_control package from warthog repo

warthog_control warthog_description warthog_msgs

Package Summary

Tags No category tags.
Version 0.1.8
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/warthog-cpr/warthog.git
VCS Type git
VCS Version kinetic-devel
Last Updated 2023-12-07
Dev Status MAINTAINED
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

Controllers for Warthog

Additional Links

Maintainers

  • Tony Baltovski

Authors

  • Ryan Gariepy
README
No README found. See repository README.
CHANGELOG

Changelog for package warthog_control

0.1.8 (2023-09-19)

  • [warthog_contorl] Updated diff_drive_controller parameters.
  • Contributors: Tony Baltovski

0.1.7 (2023-06-05)

0.1.6 (2023-01-12)

0.1.5 (2022-01-18)

  • Add support for WARTHOG_COLOR in gazebo (#18)
    • Move the headlights & taillights into their own links so we can apply the correct Gazebo materials to them (otherwise the robot looks symmetrical, which is confusing). Start applying different materials to the wheel diff links, depending on the paint colour. Sand & Olive are not yet supported
    • Start trying to implement custom colours for the sand & olive materials. No joy so far.
    • Remove the material scripts; they weren\'t working anyway. Add the visual tag around the gazebo material, explicitly define the ambient, diffuse, specular, and emissive properties. Add emissive attributes to the headlights & taillights so they actually show up in the dark
    • Add an argument to enable game-controller input via an arg; this makes using the controller inside gazebo easier as we don\'t need to explicitly define an envar (though that option still exists)
  • Contributors: Chris I-B

0.1.4 (2021-07-16)

0.1.3 (2021-03-09)

  • Bumped CMake version to avoid author warning.
  • Change the enable & enable-turbo buttons to 4 and 5 to match with all the other platforms
  • Add another optenv to allow setting the Warthog\'s joy device
  • Config extras (#12)
    • Add a WARTHOG_CONFIG_EXTRAS environment variable for the same purpose as the equivalent in Husky.
  • Contributors: Chris I-B, Chris Iverach-Brereton, Tony Baltovski

0.1.2 (2020-09-17)

  • Remove unused arg and set joysticks to use joy topic. (#11)
  • Disable ekf option (#9)
    • added env var and if-statement to disable robot ekf
    • changed if to unless
    • clearer wording
    • chenged default to true
  • [warthog_control] Removed rosserial_server as run dependency.
  • Contributors: Michael Hosmar, Tony Baltovski, jmastrangelo-cpr

0.1.1 (2019-07-18)

0.1.0 (2018-04-12)

  • Minor syntax changes for build warnings. Changed hardware interfaces. Added inorder processing for xacro
  • Contributors: Dave Niewinski

0.0.3 (2018-04-12)

  • [warthog_control] Fixed incorrect joint name.
  • Added optional config load for teleop.launch
  • Added track configuration.
  • Contributors: Michael Hosmar, Tony Baltovski

0.0.2 (2017-11-09)

  • [warthog_control] Set locks to nothing to appease twist_mux.
  • Added Novatel Smart6 GPS accessory and updated localization to use IMU.
  • Contributors: Michael Hosmar, Tony Baltovski

0.0.1 (2016-10-03)

  • Initial commit.
  • Contributors: Tony Baltovski

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

  • launch/teleop.launch
      • enable_joy [default: $(optenv WARTHOG_JOY_TELEOP 0)]
      • joy_dev [default: $(optenv WARTHOG_JOY_DEV /dev/input/js0)]
  • launch/control.launch
      • config_extras [default: $(eval optenv('WARTHOG_CONFIG_EXTRAS', find('warthog_control') + '/config/empty.yaml'))]
      • enable_ekf [default: $(optenv ENABLE_EKF true)]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged warthog_control at Robotics Stack Exchange

warthog_control package from warthog repo

warthog_control warthog_description warthog_msgs

Package Summary

Tags No category tags.
Version 0.0.3
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/warthog-cpr/warthog.git
VCS Type git
VCS Version indigo-devel
Last Updated 2018-04-12
Dev Status MAINTAINED
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

Controllers for Warthog

Additional Links

Maintainers

  • Tony Baltovski

Authors

  • Ryan Gariepy
README
No README found. See repository README.
CHANGELOG

Changelog for package warthog_control

0.0.3 (2018-04-12)

  • [warthog_control] Fixed incorrect joint name.
  • Added optional config load for teleop.launch
  • Added track configuration.
  • Contributors: Michael Hosmar, Tony Baltovski

0.0.2 (2017-11-09)

  • [warthog_control] Set locks to nothing to appease twist_mux.
  • Added Novatel Smart6 GPS accessory and updated localization to use IMU.
  • Contributors: Michael Hosmar, Tony Baltovski

0.0.1 (2016-10-03)

  • Initial commit.
  • Contributors: Tony Baltovski

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged warthog_control at Robotics Stack Exchange

warthog_control package from warthog repo

warthog_control warthog_description warthog_msgs

Package Summary

Tags No category tags.
Version 0.1.8
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/warthog-cpr/warthog.git
VCS Type git
VCS Version kinetic-devel
Last Updated 2023-12-07
Dev Status MAINTAINED
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

Controllers for Warthog

Additional Links

Maintainers

  • Tony Baltovski

Authors

  • Ryan Gariepy
README
No README found. See repository README.
CHANGELOG

Changelog for package warthog_control

0.1.8 (2023-09-19)

  • [warthog_contorl] Updated diff_drive_controller parameters.
  • Contributors: Tony Baltovski

0.1.7 (2023-06-05)

0.1.6 (2023-01-12)

0.1.5 (2022-01-18)

  • Add support for WARTHOG_COLOR in gazebo (#18)
    • Move the headlights & taillights into their own links so we can apply the correct Gazebo materials to them (otherwise the robot looks symmetrical, which is confusing). Start applying different materials to the wheel diff links, depending on the paint colour. Sand & Olive are not yet supported
    • Start trying to implement custom colours for the sand & olive materials. No joy so far.
    • Remove the material scripts; they weren\'t working anyway. Add the visual tag around the gazebo material, explicitly define the ambient, diffuse, specular, and emissive properties. Add emissive attributes to the headlights & taillights so they actually show up in the dark
    • Add an argument to enable game-controller input via an arg; this makes using the controller inside gazebo easier as we don\'t need to explicitly define an envar (though that option still exists)
  • Contributors: Chris I-B

0.1.4 (2021-07-16)

0.1.3 (2021-03-09)

  • Bumped CMake version to avoid author warning.
  • Change the enable & enable-turbo buttons to 4 and 5 to match with all the other platforms
  • Add another optenv to allow setting the Warthog\'s joy device
  • Config extras (#12)
    • Add a WARTHOG_CONFIG_EXTRAS environment variable for the same purpose as the equivalent in Husky.
  • Contributors: Chris I-B, Chris Iverach-Brereton, Tony Baltovski

0.1.2 (2020-09-17)

  • Remove unused arg and set joysticks to use joy topic. (#11)
  • Disable ekf option (#9)
    • added env var and if-statement to disable robot ekf
    • changed if to unless
    • clearer wording
    • chenged default to true
  • [warthog_control] Removed rosserial_server as run dependency.
  • Contributors: Michael Hosmar, Tony Baltovski, jmastrangelo-cpr

0.1.1 (2019-07-18)

0.1.0 (2018-04-12)

  • Minor syntax changes for build warnings. Changed hardware interfaces. Added inorder processing for xacro
  • Contributors: Dave Niewinski

0.0.3 (2018-04-12)

  • [warthog_control] Fixed incorrect joint name.
  • Added optional config load for teleop.launch
  • Added track configuration.
  • Contributors: Michael Hosmar, Tony Baltovski

0.0.2 (2017-11-09)

  • [warthog_control] Set locks to nothing to appease twist_mux.
  • Added Novatel Smart6 GPS accessory and updated localization to use IMU.
  • Contributors: Michael Hosmar, Tony Baltovski

0.0.1 (2016-10-03)

  • Initial commit.
  • Contributors: Tony Baltovski

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

  • launch/teleop.launch
      • enable_joy [default: $(optenv WARTHOG_JOY_TELEOP 0)]
      • joy_dev [default: $(optenv WARTHOG_JOY_DEV /dev/input/js0)]
  • launch/control.launch
      • config_extras [default: $(eval optenv('WARTHOG_CONFIG_EXTRAS', find('warthog_control') + '/config/empty.yaml'))]
      • enable_ekf [default: $(optenv ENABLE_EKF true)]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged warthog_control at Robotics Stack Exchange

warthog_control package from warthog repo

warthog_control warthog_description warthog_msgs

Package Summary

Tags No category tags.
Version 0.1.8
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/warthog-cpr/warthog.git
VCS Type git
VCS Version kinetic-devel
Last Updated 2023-12-07
Dev Status MAINTAINED
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

Controllers for Warthog

Additional Links

Maintainers

  • Tony Baltovski

Authors

  • Ryan Gariepy
README
No README found. See repository README.
CHANGELOG

Changelog for package warthog_control

0.1.8 (2023-09-19)

  • [warthog_contorl] Updated diff_drive_controller parameters.
  • Contributors: Tony Baltovski

0.1.7 (2023-06-05)

0.1.6 (2023-01-12)

0.1.5 (2022-01-18)

  • Add support for WARTHOG_COLOR in gazebo (#18)
    • Move the headlights & taillights into their own links so we can apply the correct Gazebo materials to them (otherwise the robot looks symmetrical, which is confusing). Start applying different materials to the wheel diff links, depending on the paint colour. Sand & Olive are not yet supported
    • Start trying to implement custom colours for the sand & olive materials. No joy so far.
    • Remove the material scripts; they weren\'t working anyway. Add the visual tag around the gazebo material, explicitly define the ambient, diffuse, specular, and emissive properties. Add emissive attributes to the headlights & taillights so they actually show up in the dark
    • Add an argument to enable game-controller input via an arg; this makes using the controller inside gazebo easier as we don\'t need to explicitly define an envar (though that option still exists)
  • Contributors: Chris I-B

0.1.4 (2021-07-16)

0.1.3 (2021-03-09)

  • Bumped CMake version to avoid author warning.
  • Change the enable & enable-turbo buttons to 4 and 5 to match with all the other platforms
  • Add another optenv to allow setting the Warthog\'s joy device
  • Config extras (#12)
    • Add a WARTHOG_CONFIG_EXTRAS environment variable for the same purpose as the equivalent in Husky.
  • Contributors: Chris I-B, Chris Iverach-Brereton, Tony Baltovski

0.1.2 (2020-09-17)

  • Remove unused arg and set joysticks to use joy topic. (#11)
  • Disable ekf option (#9)
    • added env var and if-statement to disable robot ekf
    • changed if to unless
    • clearer wording
    • chenged default to true
  • [warthog_control] Removed rosserial_server as run dependency.
  • Contributors: Michael Hosmar, Tony Baltovski, jmastrangelo-cpr

0.1.1 (2019-07-18)

0.1.0 (2018-04-12)

  • Minor syntax changes for build warnings. Changed hardware interfaces. Added inorder processing for xacro
  • Contributors: Dave Niewinski

0.0.3 (2018-04-12)

  • [warthog_control] Fixed incorrect joint name.
  • Added optional config load for teleop.launch
  • Added track configuration.
  • Contributors: Michael Hosmar, Tony Baltovski

0.0.2 (2017-11-09)

  • [warthog_control] Set locks to nothing to appease twist_mux.
  • Added Novatel Smart6 GPS accessory and updated localization to use IMU.
  • Contributors: Michael Hosmar, Tony Baltovski

0.0.1 (2016-10-03)

  • Initial commit.
  • Contributors: Tony Baltovski

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

  • launch/teleop.launch
      • enable_joy [default: $(optenv WARTHOG_JOY_TELEOP 0)]
      • joy_dev [default: $(optenv WARTHOG_JOY_DEV /dev/input/js0)]
  • launch/control.launch
      • config_extras [default: $(eval optenv('WARTHOG_CONFIG_EXTRAS', find('warthog_control') + '/config/empty.yaml'))]
      • enable_ekf [default: $(optenv ENABLE_EKF true)]

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged warthog_control at Robotics Stack Exchange