-
When using require.js and https://github.com/RobotWebTools/roslibjs I get the error
"EventEmitter2" not defined.
See this fiddle:
http://jsfiddle.net/mKyEA/1/
and the discussion on StackOverflow:
ht…
-
When building ros_comm packages from tarballs (downloaded individually from github) into a devel space, the resulting ros environment hooks will incorrectly set the ROS_ROOT. It is incorrect because …
-
```
What steps will reproduce the problem?
1.after successful installation of ua-ros-pkg together with c-turtle ros
distribution following the new wiki instruction, I tried to run the demo
program u…
-
```
What steps will reproduce the problem?
1.after successful installation of ua-ros-pkg together with c-turtle ros
distribution following the new wiki instruction, I tried to run the demo
program u…
-
Pycharm is an IDE for python development, by Jetbrains Community and is used by many developers nowadays. But there are a lot of **ImportErrors** (rospy, roslib as well as minecraft_bot.).
kdexd updated
8 years ago
-
Environment
Windows 7 Pro 32bit on Intel E2180 processor
Code
ros::init(argc, argv, "test");
while(1)
{
ros::Time t= ros::Time::now();
Sleep(10);
printf("%ld,%ld\n…
-
@rctoris :)
-
I encountered a very strange issue with kdl_parser when updating to hydro. I have a dry package that depends on kdl_parser and also defines some services. Running rosmake on the package produces an er…
-
Normally, calling execfile from python works just fine ... except, today, it doesn't.
The following gives an error:
```
(use-modules (opencog) (opencog python))
(python-eval "execfile('a.py')")
```…
linas updated
8 years ago
-
```
I want to catkinize (this means move from rosbuild to catkin) my packages that
depends on dynamixel_motor stack.
Because dynamixel_motor is not catkinized yet, it can be done.
Are there any plan…