Coder Social home page Coder Social logo

rto_core's People

Contributors

dietriro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

rto_core's Issues

PowerManagement, power_readings not published

Hi, I am currently trying to read the power readings of the robotino node. The "power_readings" topic gets advertised but is never published. The robotino node works fine and some topics are published just fine (i.e. "odom").

The web view of the robotino shows version 3.1.5. Robotino 3 Images shows this version is quite outdated. Is there a launch file param that i have to set or will a newer version of the robotino api2 solve this?

Im using ROS melodic currently.

ROS2 port

Hi,

we have ported most of the code from this repository to ros2 (iron) since we want to use our Robotino with ROS2. @dietriro we plan on creating a a PR with a new branch, ros2, does this work for you?

regards,
Peter

I get an error when executing roslaunch robot.launch

When I run the .launch file, the execution gives me the following errors:

SUMMARY

PARAMETERS

  • /joystick_teleop_node/axis_angular: 3
  • /joystick_teleop_node/axis_linear_x: 1
  • /joystick_teleop_node/axis_linear_y: 0
  • /joystick_teleop_node/scale_angular: 0.6
  • /joystick_teleop_node/scale_linear: 0.3
  • /joystick_teleop_node/scale_turbo: 2.0
  • /robot_description: <?xml version="1....
  • /robot_state_publisher/publish_frequency: 20.0
  • /rosdistro: noetic
  • /rosversion: 1.16.0
  • /rto_drive/hostname: 0.0.0.0
  • /rto_drive/max_angular_vel: 0.6
  • /rto_drive/max_linear_vel: 0.3
  • /rto_drive/min_angular_vel: 0.01
  • /rto_drive/min_linear_vel: 0.01
  • /rto_joy/deadzone: 0.1
  • /rto_joy/dev: /dev/input/js0
  • /rto_odom/hostname: 0.0.0.0

NODES
/
joystick_teleop_node (rto_teleop/joystick_teleop_node)
robot_state_publisher (robot_state_publisher/robot_state_publisher)
rto_drive (rto_node/rto_node)
rto_joy (joy/joy_node)
rto_odom (rto_node/rto_odometry_node)

auto-starting new master
process[master]: started with pid [5574]
ROS_MASTER_URI=http://localhost:11311

setting /run_id to ebeda614-f284-11ed-b40c-fd1636d62eaf
process[rosout-1]: started with pid [5584]
started core service [/rosout]
process[rto_drive-2]: started with pid [5591]
process[rto_odom-3]: started with pid [5592]
process[robot_state_publisher-4]: started with pid [5593]
process[rto_joy-5]: started with pid [5594]
process[joystick_teleop_node-6]: started with pid [5603]
[ERROR] [1684088823.339079991]: No link elements found in urdf file
[ERROR] [1684088823.361251680]: Couldn't open joystick /dev/input/js0. Will retry every second.
[ERROR] [1684088823.375336127]: Odometry :
[ERROR] [1684088823.413178402]: RTONode :
[robot_state_publisher-4] process has died [pid 5593, exit code 1, cmd /opt/ros/noetic/lib/robot_state_publisher/robot_state_publisher __name:=robot_state_publisher __log:=/home/soto/.ros/log/ebeda614-f284-11ed-b40c-fd1636d62eaf/robot_state_publisher-4.log].
log file: /home/soto/.ros/log/ebeda614-f284-11ed-b40c-fd1636d62eaf/robot_state_publisher-4*.log
[ INFO] [1684088825.408596330]: Odometry disconnected from RTO.
[ INFO] [1684088825.413078410]: RTONode disconnected from RTO.

Error in robot.launch

I am using ROS Noetic and built the "rto_core" package successfully.
But I am running "src/rto_core/rto_bringup/launch/robot.launch", then I am geting following:

Traceback (most recent call last):
File "/opt/ros/noetic/lib/python3/dist-packages/roslaunch/init.py", line 347, in main
p.start()
File "/opt/ros/noetic/lib/python3/dist-packages/roslaunch/parent.py", line 305, in start
self._start_infrastructure()
File "/opt/ros/noetic/lib/python3/dist-packages/roslaunch/parent.py", line 254, in _start_infrastructure
self._load_config()
File "/opt/ros/noetic/lib/python3/dist-packages/roslaunch/parent.py", line 156, in _load_config
self.config = roslaunch.config.load_config_default(self.roslaunch_files, self.port,
File "/opt/ros/noetic/lib/python3/dist-packages/roslaunch/config.py", line 461, in load_config_default
loader.load(f, config, argv=args, verbose=verbose)
File "/opt/ros/noetic/lib/python3/dist-packages/roslaunch/xmlloader.py", line 761, in load
self._load_launch(launch, ros_config, is_core=core, filename=filename, argv=argv, verbose=verbose)
File "/opt/ros/noetic/lib/python3/dist-packages/roslaunch/xmlloader.py", line 733, in _load_launch
self._recurse_load(ros_config, launch.childNodes, self.root_context, None, is_core, verbose)
File "/opt/ros/noetic/lib/python3/dist-packages/roslaunch/xmlloader.py", line 699, in _recurse_load
val = self._include_tag(tag, context, ros_config, default_machine, is_core, verbose)
File "/opt/ros/noetic/lib/python3/dist-packages/roslaunch/xmlloader.py", line 96, in call
return f(*args, **kwds)
File "/opt/ros/noetic/lib/python3/dist-packages/roslaunch/xmlloader.py", line 633, in _include_tag
self._recurse_load(ros_config, launch.childNodes, child_ns,
File "/opt/ros/noetic/lib/python3/dist-packages/roslaunch/xmlloader.py", line 699, in _recurse_load
val = self._include_tag(tag, context, ros_config, default_machine, is_core, verbose)
File "/opt/ros/noetic/lib/python3/dist-packages/roslaunch/xmlloader.py", line 96, in call
return f(*args, **kwds)
File "/opt/ros/noetic/lib/python3/dist-packages/roslaunch/xmlloader.py", line 633, in _include_tag
self._recurse_load(ros_config, launch.childNodes, child_ns,
File "/opt/ros/noetic/lib/python3/dist-packages/roslaunch/xmlloader.py", line 679, in _recurse_load
self._param_tag(tag, context, ros_config, verbose=verbose)
File "/opt/ros/noetic/lib/python3/dist-packages/roslaunch/xmlloader.py", line 96, in call
return f(*args, **kwds)
File "/opt/ros/noetic/lib/python3/dist-packages/roslaunch/xmlloader.py", line 271, in _param_tag
value = self.param_value(verbose, name, ptype, *vals)
File "/opt/ros/noetic/lib/python3/dist-packages/roslaunch/loader.py", line 478, in param_value
with open(textfile, 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/root/catkin_ws/src/rto_core/rto_description/urdf/robots/rto-1.urdf'

General question about the packages

Hi,

I've seen on the RobotinoWiki website that there exists a C++ robotino_node for the Robotino from Christian Verbeek. I've also seen that the Author of the packages here is also the same person so I would like to know how the package from RobotinoWiki is related to these packages here since I would like to work with one of them.

I really hope this is the right place for my question.

Thank you very much in advance and kind regards

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.