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

JamesAngsy's profile - activity

2018-01-30 22:15:51 -0500 received badge  Famous Question (source)
2016-04-05 19:02:37 -0500 received badge  Notable Question (source)
2016-04-05 19:02:37 -0500 received badge  Popular Question (source)
2015-05-25 21:15:42 -0500 received badge  Famous Question (source)
2015-05-04 13:48:20 -0500 received badge  Famous Question (source)
2015-04-11 04:03:21 -0500 received badge  Enthusiast
2015-04-11 04:03:20 -0500 received badge  Enthusiast
2015-04-09 02:37:41 -0500 asked a question ImportError: No module named create_driver

Hi,

I'm currently trying to teleoperate Irobot Create from ROS Hydor.

I've successfully created all the pakages as required in here : http://pharos.ece.utexas.edu/wiki/ind...

I moved to the next section here: http://pharos.ece.utexas.edu/wiki/ind...

When I run $ rosrun irobotcreate_node turtlebot_node.py __name:=turtlebot_node cmd_vel:=mobile_base/commands/velocity

I got this error: Traceback (most recent call last): File "/home/user/catkin_ws/src/irobotcreate_node/nodes/turtlebot_node.py", line 65, in <module> from irobotcreate_node.create_driver import Turtlebot, MAX_WHEEL_SPEED, DriverError ImportError: No module named create_driver

How do I solve this? THanks in advance.

2015-04-09 02:31:49 -0500 received badge  Notable Question (source)
2015-04-08 20:47:53 -0500 received badge  Scholar (source)
2015-04-08 20:47:42 -0500 commented answer Error when calling catkin_make --> Invoking "make" failed'

It works Wolf! thanks a lot! I changed to small cap 'x'.--> chmod +x TurtleBot.cfg

2015-04-08 20:42:31 -0500 commented answer Error when calling catkin_make --> Invoking "make" failed'

Hi Wolf,

thanks for your reply. I did as you mentioned. but there's still error. The error is the same as above.

2015-04-08 16:11:29 -0500 received badge  Popular Question (source)
2015-04-08 06:52:18 -0500 asked a question Error when calling catkin_make --> Invoking "make" failed'

Hi,

I'm new to ROS. I was following exactly the steps listed here: http://pharos.ece.utexas.edu/wiki/ind...

However, when I run catkin_make, i got the following error:

user@ubuntu:~/catkin_ws$ catkin_make
Base path: /home/user/catkin_ws
Source space: /home/user/catkin_ws/src
Build space: /home/user/catkin_ws/build
Devel space: /home/user/catkin_ws/devel
Install space: /home/user/catkin_ws/install
####
#### Running command: "make cmake_check_build_system" in "/home/user/catkin_ws/build"
####
####
#### Running command: "make -j2 -l2" in "/home/user/catkin_ws/build"
####
[  3%] [  3%] Built target geometry_msgs_generate_messages_cpp
Generating dynamic reconfigure files from cfg/TurtleBot.cfg: /home/user/catkin_ws/devel/include/irobotcreate_node/TurtleBotConfig.h /home/user/catkin_ws/devel/lib/python2.7/dist-packages/irobotcreate_node/cfg/TurtleBotConfig.py
../catkin_generated/env_cached.sh: 16: exec: /home/user/catkin_ws/src/irobotcreate_node/cfg/TurtleBot.cfg: Permission denied
make[2]: *** [/home/user/catkin_ws/devel/include/irobotcreate_node/TurtleBotConfig.h] Error 126
make[1]: *** [irobotcreate_node/CMakeFiles/irobotcreate_node_gencfg.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[  3%] Built target diagnostic_msgs_generate_messages_cpp
make: *** [all] Error 2
Invoking "make" failed
user@ubuntu:~/catkin_ws$

How do I solve this?

2015-04-08 06:32:20 -0500 commented answer catkin_make reports 'invoking "make" fails'

Hi, where to delete the debian headers?

2015-04-01 21:05:46 -0500 received badge  Supporter (source)
2015-03-27 10:17:41 -0500 received badge  Student (source)
2015-03-27 10:17:13 -0500 received badge  Notable Question (source)
2015-03-26 14:27:53 -0500 received badge  Popular Question (source)
2015-03-26 01:45:41 -0500 asked a question installation of gazebo turtlebot simulator

Hi all, I apologise in advance I'm totally new to this. I'm trying to install turtlebot with gazebo simulator.

I followed the instructions here: http://wiki.ros.org/turtlebot_gazebo/...

I typed

sudo apt-get install ros-indigo-turtlebot-apps ros-indigo-turtlebot-rviz-launchers

into the terminal but received these errors.

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package ros-indigo-turtlebot-apps
E: Unable to locate package ros-indigo-turtlebot-rviz-launchers

How do I get the packages? Thanks a lot in advance.