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

Charel's profile - activity

2017-11-20 07:01:41 -0500 received badge  Enlightened (source)
2017-11-20 07:01:41 -0500 received badge  Good Answer (source)
2017-08-14 17:13:36 -0500 received badge  Famous Question (source)
2017-08-14 17:13:36 -0500 received badge  Notable Question (source)
2016-11-30 13:25:10 -0500 received badge  Self-Learner (source)
2016-07-20 04:24:43 -0500 received badge  Nice Answer (source)
2015-11-15 20:51:02 -0500 received badge  Popular Question (source)
2015-11-15 04:50:20 -0500 asked a question Anybody on IFTTT integration

Trying to integrate Amazon Echo to trigger my robot commands via IFTTT to ROS. Anybody has done this before?

2015-08-20 14:48:59 -0500 commented answer ros Map_server could not open map

indeed, open .yaml file with text editor like gedit, in the first line you will find the path name.

2015-03-14 11:35:36 -0500 received badge  Taxonomist
2015-03-04 02:00:01 -0500 received badge  Teacher (source)
2015-03-04 02:00:01 -0500 received badge  Self-Learner (source)
2014-04-18 20:47:35 -0500 received badge  Famous Question (source)
2014-03-11 06:36:34 -0500 received badge  Famous Question (source)
2014-02-09 09:58:39 -0500 received badge  Notable Question (source)
2014-02-09 06:24:06 -0500 answered a question rosserial_arduino helloworld error

I gave up on Fuerte. Have it now running, using Groovy with Catkin. Now it works for both my Arduino Uno and Arduino ATMega.

2014-02-09 06:21:00 -0500 commented answer rosserial_arduino helloworld error

Tested it with Adruino 0022 and some earlier versions, also errors. Gave up on Fuerte.

2014-02-07 22:47:43 -0500 commented answer rosserial_arduino helloworld error

Thanks for your reply! good idea, tested it on Arduino ide 1.0 but same error. Is there somewhere a Fuerte branch that is maintained for more recent Arduino versions?

2014-02-05 12:38:10 -0500 received badge  Popular Question (source)
2014-02-03 08:22:16 -0500 asked a question rosserial_arduino helloworld error

Hi, could use some help to make rosserial_arduino work and have an arduino work with ROS for me. Have followed all the instructions, tested it on 2 different Arduino's but got the error below and I am out of ideas what I might be doing wrong. I am working on Fuerte, did get Fuerte branch from github (kforce giving errors), was able to rosbuild without errors, have copied ros_lib to sketchbook as instructed. But when compiling the helloword sketch I keep getting error below. Any clues? Thanks

  In file included from HelloWorld.pde:6:
/home/turtelbot/sketchbook/libraries/ros_lib/ros.h:38:29: error: ros/node_handle.h: No such file or directory
In file included from /home/turtelbot/sketchbook/libraries/ros_lib/ros.h:39,
                 from HelloWorld.pde:6:
/home/turtelbot/sketchbook/libraries/ros_lib/ArduinoHardware.h:38:22: error: WProgram.h: No such file or directory
In file included from /home/turtelbot/sketchbook/libraries/ros_lib/ros.h:39,
                 from HelloWorld.pde:6:
/home/turtelbot/sketchbook/libraries/ros_lib/ArduinoHardware.h: In member function ‘long unsigned int ArduinoHardware::time()’:
/home/turtelbot/sketchbook/libraries/ros_lib/ArduinoHardware.h:73: error: ‘millis’ was not declared in this scope
In file included from HelloWorld.pde:6:
/home/turtelbot/sketchbook/libraries/ros_lib/ros.h: At global scope:
/home/turtelbot/sketchbook/libraries/ros_lib/ros.h:49: error: expected initializer before ‘<’ token
HelloWorld:9: error: ‘NodeHandle’ in namespace ‘ros’ does not name a type
HelloWorld:11: error: ‘std_msgs’ has not been declared
HelloWorld:11: error: expected constructor, destructor, or type conversion before ‘str_msg’
HelloWorld:12: error: ‘Publisher’ in namespace ‘ros’ does not name a type
HelloWorld.pde: In function ‘void setup()’:
HelloWorld:18: error: ‘nh’ was not declared in this scope
HelloWorld:19: error: ‘chatter’ was not declared in this scope
HelloWorld.pde: In function ‘void loop()’:
HelloWorld:24: error: ‘str_msg’ was not declared in this scope
HelloWorld:25: error: ‘chatter’ was not declared in this scope
HelloWorld:26: error: ‘nh’ was not declared in this scope
2014-01-31 07:58:15 -0500 received badge  Notable Question (source)
2014-01-13 20:09:24 -0500 received badge  Popular Question (source)
2014-01-10 23:59:16 -0500 answered a question ros Map_server could not open map

by writing down the question it triggers the mind. Opened the .yaml file and there was a reference of the .pgm file in the /tmp directory. Updated it and now it works.

2014-01-10 23:14:45 -0500 asked a question ros Map_server could not open map

Hi,

Could use some help on this one.

This one works on my robot (I copy the map files manually to the /tmp directory before roslaunching it):

 <launch>

      <!--- Run the kinect -->
      <include file="$(find turtlebot_bringup)/kinect.launch" />

      <!-- Run the map server -->
      <node name="map_server" pkg="map_server" type="map_server" args="/tmp/my_map_waalre.yaml" />

      <!--- Run AMCL -->
      <include file="$(find turtlebot_navigation)/config/amcl_turtlebot.launch" />

      <!--- Run Move Base -->
      <include file="$(find turtlebot_navigation)/config/move_base_turtlebot.launch" />

    </launch>

But this one not and comes with error

<launch>

  <!--- Run the kinect -->
  <include file="$(find turtlebot_bringup)/kinect.launch" />

  <!-- Run the map server -->
  <node name="map_server" pkg="map_server" type="map_server" args="/home/turtelbot/fuerte_workspace/sandbox/robo/my_map_waalre.yaml" />

  <!--- Run AMCL -->
  <include file="$(find turtlebot_navigation)/config/amcl_turtlebot.launch" />

  <!--- Run Move Base -->
  <include file="$(find turtlebot_navigation)/config/move_base_turtlebot.launch" />

</launch>

So same file but just in a different directory. I must be overseeing something simple. error it produces:

process[map_server-8]: started with pid [20619] process[amcl-9]: started with pid [20630] process[move_base-10]: started with pid [20679] [map_server-8] process has died [pid 20619, exit code 255, cmd /opt/ros/fuerte/stacks/navigation/map_server/bin/map_server /home/turtelbot/fuerte_workspace/sandbox/robo/my_map_waalre.yaml __name:=map_server __log:=/home/turtelbot/.ros/log/531236a0-7aaf-11e3-8077-94dbc9f717d5/map_server-8.log]. log file: /home/turtelbot/.ros/log/531236a0-7aaf-11e3-8077-94dbc9f717d5/map_server-8*.log

Any clues?

Thanks

2013-02-12 07:50:55 -0500 commented answer Is a power board really necessary for turtlebot? Or is an din-usb cable enough...

Ok, will do next time. Note I did not have this comment option before, now I have, something to do with >10 karma (bug?)

2013-02-11 05:57:25 -0500 commented answer How to mount a Kinect with my laptop without any AC Adapter

I have it now working with a miniGorilla lithion battery connected to the Kinect, works fine.

2013-02-11 05:54:48 -0500 received badge  Editor (source)
2013-02-11 05:52:40 -0500 answered a question Is a power board really necessary for turtlebot? Or is an din-usb cable enough...

I have the same question, have my EU turtlebot running but without gyro and wonder if it helps to add. I have US create version pOwerboard with gyro as well and wonder how to connect to din port. Or if I buy seperate gyro how to have it publishing messages? Maybe via Arduino?

2012-12-15 00:03:53 -0500 answered a question How to mount a Kinect with my laptop without any AC Adapter

Did the Li-ion battery 12v 4800 mAH work with the Kinect?