ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
To answer your question and comments:
In general, you should try to install packages through the package manager. This will save you time, and makes it easier to debug problems because you'll be using the exact same binaries as the rest of the community; you won't have to try to debug differences in compiler flags, build types or build flags.
Most package managers don't recognize when you have packages installed from source, and apt is no exception. This is not an appropriate forum to discuss the reasons for this limitation; if you're really interested, do some searching and/or go read the design documentation for apt.
"Really Slow" doesn't mean anything to me; for a couple of reasons:
A much better question might be "I tried to view pointclouds in rviz, and I'm only seeing them at 1-2Hz" or "I used rostopic hz
to measure the speed of the pointcloud topic, and I'm only getting 8Hz". Mentioning your desired speed is also useful.
2 | No.2 Revision |
To answer your question and comments:
In general, you should try to install packages through the package manager. This will save you time, and makes it easier to debug problems because you'll be using the exact same binaries as the rest of the community; you won't have to try to debug differences in compiler flags, build types or build flags.flags. If you do have to install a package from source, give a short explanation of why you can't use the packaged version.
Most package managers don't recognize when you have packages installed from source, and apt is no exception. This is not an appropriate forum to discuss the reasons for this limitation; if you're really interested, do some searching and/or go read the design documentation for apt.
"Really Slow" doesn't mean anything to me; for a couple of reasons:
A much better question might be "I tried to view pointclouds in rviz, and I'm only seeing them at 1-2Hz" or "I used rostopic hz
to measure the speed of the pointcloud topic, and I'm only getting 8Hz". Mentioning your desired speed is also useful.