You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
== Bugs == get_camera_agent (in AgentOrganizer.cpp/h) returns a CameraAgent * const instead of a const CameraAgent * (which I imagine was the intention)
== My experience ==
I don't know exactly what was different in this beta version from the regular version we were given, but I experienced no glaring problems.
There is no safe way to check if a Blackboard has an entry before trying to access it, so if you are not sure whether it is there, it will either succeed or hit a breakpoint.
The text was updated successfully, but these errors were encountered:
== Bugs ==
get_camera_agent
(in AgentOrganizer.cpp/h) returns aCameraAgent * const
instead of aconst CameraAgent *
(which I imagine was the intention)== My experience ==
I don't know exactly what was different in this beta version from the regular version we were given, but I experienced no glaring problems.
There is no safe way to check if a Blackboard has an entry before trying to access it, so if you are not sure whether it is there, it will either succeed or hit a breakpoint.
The text was updated successfully, but these errors were encountered: