Skip to content

Commit

Permalink
added docs; corrected datatype
Browse files Browse the repository at this point in the history
  • Loading branch information
104H committed Jun 2, 2023
1 parent 4c96cd0 commit 08ad7a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@ class CoreFbCameraIntrinsics
*/
boost::uuids::uuid setData(const seerep::fb::CameraIntrinsics& cameraintrinsics);

/**
* @brief
*
* @param dt
* @return std::vector<seerep_core_msgs::Datatype>
*/

private:
/** @brief a shared pointer to the general core */
std::shared_ptr<seerep_core::Core> m_seerepCore;
Expand Down
3 changes: 0 additions & 3 deletions seerep_srv/seerep_server/src/fb_meta_operations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,6 @@ FbMetaOperations::GetOverallBoundingBox(grpc::ServerContext* context,
// levels.
std::vector<seerep_core_msgs::Datatype> dt_vector;

// flatbuffers::IsFieldPresent(requestRoot, seerep::fb::UuidDatatypePair::datatype);
// requestRoot->CheckField(seerep::fb::UuidDatatypePair::datatype);

seerep::fb::Datatype casted_datatype = static_cast<seerep::fb::Datatype>(requestRoot->datatype());
dt_vector = seerep_core_fb::CoreFbConversion::fromFbDatatypeVector(requestRoot->datatype());

Expand Down

0 comments on commit 08ad7a2

Please sign in to comment.