No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.1
License MIT
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/naokitakahashi12/cybergear_ros2.git
VCS Type git
VCS Version main
Last Updated 2024-11-25
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

CyberGear driver using SocketCAN

Additional Links

No additional links.

Maintainers

  • Naoki Takahashi

Authors

No additional authors.

cybergear_socketcan_driver

This package provides functionality to control CyberGear using CAN frame messages.

The control inputs are compatible with the following:

  • Position control
  • Velocity control
  • Torque control (Current control)

Basic Usage

To execute position control, run the following command:

ros2 run cybergear_socketcan_driver cybergear_position_driver_node

When launched, it listens for topics as follows:

/cybergear_position_driver
  Subscribers:
    /from_can_bus: can_msgs/msg/Frame
    /joint_trajectory: trajectory_msgs/msg/JointTrajectory
    /parameter_events: rcl_interfaces/msg/ParameterEvent
  Publishers:
    /cybergear_position_driver/joint_state: sensor_msgs/msg/JointState
    /cybergear_position_driver/temperature: sensor_msgs/msg/Temperature
    /diagnostics: diagnostic_msgs/msg/DiagnosticArray
    /parameter_events: rcl_interfaces/msg/ParameterEvent
    /rosout: rcl_interfaces/msg/Log
    /to_can_bus: can_msgs/msg/Frame
  Service Servers:
    /cybergear_position_driver/describe_parameters: rcl_interfaces/srv/DescribeParameters
    /cybergear_position_driver/enable_torque: std_srvs/srv/SetBool
    /cybergear_position_driver/get_parameter_types: rcl_interfaces/srv/GetParameterTypes
    /cybergear_position_driver/get_parameters: rcl_interfaces/srv/GetParameters
    /cybergear_position_driver/list_parameters: rcl_interfaces/srv/ListParameters
    /cybergear_position_driver/set_parameters: rcl_interfaces/srv/SetParameters
    /cybergear_position_driver/set_parameters_atomically: rcl_interfaces/srv/SetParametersAtomically
    /cybergear_position_driver/zero_position: std_srvs/srv/Trigger

Calling the ~/enable_torque service toggles the torque of the CyberGear on or off. Sending a /joint_trajectory topic executes position control. Please refer to the parameters for the joint names at this time.

Environment

The intended operating environment on the following:

graph RL;
  subgraph linux
    cybergear_position_driver([cybergear_position_driver])
    socket_can_receiver([socket_can_receiver])
    socket_can_sender([socket_can_sender])
    can0((can0))
  end
  subgraph devices
    cybergear[CyberGear]
    can_to_usb[CAN to USB]
  end
  cybergear ---|CAN| can_to_usb
  can_to_usb ---|USB| can0
  socket_can_sender --> can0
  can0 --> socket_can_receiver
  cybergear_position_driver -->|to_can_bus| socket_can_sender
  socket_can_receiver -->|from_can_bus| cybergear_position_driver

Dependencies

In addition to the ROS 2 core packages, this package depends on the following:

Control Mode

The command values transmitted to CyberGear for each node are shown below.

  • cybergear_default_driver_node

    position, velocity, effort

  • cybergear_position_driver_node

    position

  • cybergear_velocity_driver_node

    velocity

  • cybergear_torque_driver_node

    effort

Parameters

Please refer to node_parameters.md for the parameters.

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cybergear_socketcan_driver at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.