-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with installing from source #1
Comments
I'm sorry for replying you so late. I was on vacation.
I think the problem is in the version of the packages. Which version of ROS
do you use? I tested all my packages on the Indigo, so I suggest you use
Indigo as your ROS system. Higher versions may have compatibility issues.
You can try the Indigo first, if have any another problem, please let me
know.
2018-02-14 13:04 GMT+08:00 Viveque Ramji <notifications@github.com>:
… I am currently trying to build the package as instructed but I am running
into an issue. After running 'catkin_make', errors are thrown such as:
error: 'getChild' is not a member of 'octomap::OcTreeNode'
error: 'class octomap::AbstractOcTreeNode' has no member named 'setValue'
I spent a long time trying to figure out why this may be, and the only
reasoning I could find is that when installing the dependency
'octomap-ros', it also installs octomap(v1.8). However, you may have used
an older version(v1.7?) of octomap and so is now not installing.
Any recommendations on how to proceed? I could also be missing something
completely.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/APHLEQYoA9Q0AdbtLT7mgR0HzWV2vCPWks5tUmlJgaJpZM4SEzNK>
.
|
Hi vivequeramji, |
Hi,
Thank you so much for your reply. I have started to work on another part f
my project and so will try this at some later point. I also realized that
my computing power isnt enough for this project so am also looking into
that.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
Viveque Ramji
Princeton University | Class of 2018
Department of Mechanical and Aerospace Engineering
Email: viveque.ramji@gmail.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
…On Wed, Feb 28, 2018 at 9:31 PM, Kevin (Kai) Xu ***@***.***> wrote:
Hi vivequeramji,
Did that resolve your problem?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APhCHzWxocjEwCrhRcbOjGrOd2aG48xJks5tZ12YgaJpZM4SEzNK>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am currently trying to build the package as instructed but I am running into an issue. After running 'catkin_make', errors are thrown such as:
error: 'getChild' is not a member of 'octomap::OcTreeNode'
error: 'class octomap::AbstractOcTreeNode' has no member named 'setValue'
I spent a long time trying to figure out why this may be, and the only reasoning I could find is that when installing the dependency 'octomap-ros', it also installs octomap(v1.8). However, you may have used an older version(v1.7?) of octomap and so is now not installing.
Any recommendations on how to proceed? I could also be missing something completely.
The text was updated successfully, but these errors were encountered: