Intelligent-Quads / iq_tutorials

MIT License
446 stars 250 forks source link

avoidance.cpp #6

Closed debanik123 closed 4 years ago

debanik123 commented 4 years ago

error: ‘get_current_loaction’ was not declared in this scope

ericjohnson97 commented 4 years ago

I added that functionality relatively recently, so if you have had iq_gnc cloned for a while, that funtion does not exist in the gnc functions header file

https://github.com/Intelligent-Quads/iq_gnc/blob/master/include/gnc_functions.hpp

try doing a git pull in your iq_gnc folder

debanik123 commented 4 years ago

Sir, I have done it

On Fri, 19 Jun, 2020, 8:04 am Sprained Ankle, notifications@github.com wrote:

I added that functionality relatively recently, so if you have had iq_gnc cloned for a while, that funtion does not exist in the gnc functions header file

https://github.com/Intelligent-Quads/iq_gnc/blob/master/include/gnc_functions.hpp

try doing a git pull in your iq_gnc folder

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Intelligent-Quads/iq_tutorials/issues/6#issuecomment-646401367, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJ6SBMTVWJU6CB4G2KKJKUTRXLFDFANCNFSM4OB6VVIA .

debanik123 commented 4 years ago

and do catkin_make

On Fri, 19 Jun, 2020, 11:02 am Debanik Roy, debanikroy92@gmail.com wrote:

Sir, I have done it

On Fri, 19 Jun, 2020, 8:04 am Sprained Ankle, notifications@github.com wrote:

I added that functionality relatively recently, so if you have had iq_gnc cloned for a while, that funtion does not exist in the gnc functions header file

https://github.com/Intelligent-Quads/iq_gnc/blob/master/include/gnc_functions.hpp

try doing a git pull in your iq_gnc folder

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Intelligent-Quads/iq_tutorials/issues/6#issuecomment-646401367, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJ6SBMTVWJU6CB4G2KKJKUTRXLFDFANCNFSM4OB6VVIA .

pratik-a99 commented 4 years ago

error: ‘get_current_loaction’ was not declared in this scope

I think this should be "get_current_location"

ericjohnson97 commented 4 years ago

ah! yes. I fixed that at some point, cause I originally fat fingered my keyboard and really messed up my programs by using copy paste and auto complete. it definitely should work if you call it using get_current_location. Big up @pratik-a99

debanik123 commented 4 years ago

Thanks now it is working

debanik123 commented 4 years ago

Can you make video on in auto mode obstacle avoidance using silt gazebo