Roadmap
abougouffa opened this issue · 4 comments
abougouffa commented
- Add map topic, publish the map
- Check the published
tf
s and thepose
zainmehdi commented
Hi @abougouffa Thanks alot for your package. Are you publishing the map ? Till when do you plan to add this feature.
abougouffa commented
Hello @zainmehdi ,
For map publishing, it is always planned. However, I'm working on another project currently, so I didn't find the time to do it.
CHANdaFeng commented
Hello, thank you for the function package. Is your example successfully started?
abougouffa commented
Hello @CHANdaFeng ,
Yes, it should work, however, the current version is just a proof of concept, I didn't implement the proper ROS Map publishing mechanism.
The current code publishes the pose, the map can be seen after stopping ndtpso_slam
, I do export it to a PNG file using OpenCV.
I hope this answers your question.