Difference:
GeneralNotes
(2 vs. 3)
Revision 3
2007-02-13 -
DavidMeger
Line: 1 to 1
META TOPICPARENT
name="Robots"
Notes from Robuddies January 23, 2006
Line: 20 to 20
cvs -d ~simra/ai/.cvs co fastslam
Add some necessary lines to your shell config files. There are several ways to do this, and some components are shell dependent.
Here are the lines that work for me when added to my .cshrc.
Install the
ImageMagick
development libraries, and ensure that these are in the path.
Added:
>
>
At the time I built the code, two files gave errors under gcc 4. I had to modify these files slightly to get the build to work:
Navigator.cc. Lines 402 and 403 need (unsigned int)() casts put around the hardcoded zeros.
GlobalNavigator
.cc. Lines 60 and 61 need (unsigned int)() casts put around the hardcoded zeros.
Compile the code:
make checkout_install GCC=4.1
Changed:
<
<
At the time I built the code, two files gave errors under gcc 4. I had to modify these files slightly to get the build to work:
Navigator.cc
GlobalNavigator
.cc
>
>
make PRODUCTION=yes
Please contact Dave Meger with any feedback on these instructions.
View topic
|
H
istory
:
r6
<
r5
<
r4
<
r3
|
More topic actions...
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback