ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

robotino-ros package

asked 2019-03-20 03:48:32 -0500

MarkusHHN gravatar image

Hello everyone,

i using the robotino with kinetic . I use the following robotino package from this source for my project. I started the with roslaunch robotino_node robotino_node.launch and than i get some error in my launch file.

ERROR: cannot launch node of type [robotino_node/robotino_node]: can't locate node [robotino_node] in package 
[robotino_node]
ERROR: cannot launch node of type [robotino_node/robotino_odometry_node]: can't locate node [robotino_odometry_node] in package [robotino_node]
ERROR: cannot launch node of type [robotino_node/robotino_laserrangefinder_node]: can't locate node [robotino_laserrangefinder_node] in package [robotino_node]
ERROR: cannot launch node of type [robotino_node/robotino_camera_node]: can't locate node [robotino_camera_node] in package [robotino_node]
process[robot_state_publisher-6]: started with pid [2608]
ERROR: cannot launch node of type [robotino_node/robotino_mapping_node]: can't locate node [robotino_mapping_node] in package [robotino_node]

robotino_node.launch-file

<?xml version="1.0"?>
<launch>
  <arg name="hostname" default="172.26.1.1" />

    <node name="robotino_node" pkg="robotino_node" type="robotino_node" output="screen">
        <param name="hostname" value="$(arg hostname)" />
        <param name="max_linear_vel" value="0.5" />
        <param name="min_linear_vel" value="0.05" />
        <param name="max_angular_vel" value="3.0" />
        <param name="min_angular_vel" value="0.1" />
        <param name="downsample_kinect" value="true" />
        <param name="leaf_size_kinect" value="0.04" />
        <remap from="robotino_joint_states" to="joint_states" />
        <!--remap from="image_raw" to="image"/-->
    </node>

  <node name="robotino_odometry_node" pkg="robotino_node" type="robotino_odometry_node" output="screen">
    <param name="hostname" value="$(arg hostname)" />
  </node>

  <node name="robotino_laserrangefinder_node" pkg="robotino_node" type="robotino_laserrangefinder_node" output="screen">
    <param name="hostname" value="$(arg hostname)" />
    <param name="laserRangeFinderNumber" value="0" />
  </node>

  <node name="robotino_camera_node" pkg="robotino_node" type="robotino_camera_node" output="screen">
    <param name="hostname" value="$(arg hostname)" />
    <param name="cameraNumber" value="0" />
  </node>


    <!--<node pkg="robotino_switch" type="robotino_switch_node" name="robotino_switch" output="screen">
        <param name="hostname" value="$(arg hostname)" />
    </node>-->


    <node pkg="robot_state_publisher" type="robot_state_publisher" name="robot_state_publisher" output="screen">
        <param name="publish_frequency" type="double" value="20.0" />
    </node>

  <node name="robotino_mapping_node" pkg="robotino_node" type="robotino_mapping_node" output="screen">
    <param name="hostname" value="$(arg hostname)" />
  </node>
    <!--node pkg="tf" type="static_transform_publisher" name="laser_link_broadcaster" args="0.12 0 0.025 0 0 0 base_link laser_link 50" /-->

    <param name="robot_description" textfile="$(find robotino_description)/urdf/robotino.urdf" />
</launch>

What is the problem and how can I solve it? Please let me know, when you need more information about this problem.

regards, Markus

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2020-06-03 04:36:53 -0500

MarkusHHN gravatar image

i forgot to source my workspace --> source robotino_ws/devel/setup.bash

That solve my problem

edit flag offensive delete link more
0

answered 2022-09-21 18:13:26 -0500

I need to update the Robotino we have to API2, but the links are denied access. Could you share the installation packages?

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2019-03-20 03:48:32 -0500

Seen: 356 times

Last updated: Mar 20 '19